3.29 \(\int 10^{2+5 x} \, dx\)

Optimal. Leaf size=19 \[ \frac{2^{5 x+2} 5^{5 x+1}}{\log (10)} \]

[Out]

(2^(2 + 5*x)*5^(1 + 5*x))/Log[10]

_______________________________________________________________________________________

Rubi [A]  time = 0.0109146, antiderivative size = 19, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 7, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.143 \[ \frac{2^{5 x+2} 5^{5 x+1}}{\log (10)} \]

Antiderivative was successfully verified.

[In]  Int[10^(2 + 5*x),x]

[Out]

(2^(2 + 5*x)*5^(1 + 5*x))/Log[10]

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 1.04926, size = 10, normalized size = 0.53 \[ \frac{10^{5 x + 2}}{5 \log{\left (10 \right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(10**(2+5*x),x)

[Out]

10**(5*x + 2)/(5*log(10))

_______________________________________________________________________________________

Mathematica [A]  time = 0.00445384, size = 19, normalized size = 1. \[ \frac{2^{5 x+2} 5^{5 x+1}}{\log (10)} \]

Antiderivative was successfully verified.

[In]  Integrate[10^(2 + 5*x),x]

[Out]

(2^(2 + 5*x)*5^(1 + 5*x))/Log[10]

_______________________________________________________________________________________

Maple [A]  time = 0.033, size = 14, normalized size = 0.7 \[{\frac{{10}^{2+5\,x}}{5\,\ln \left ( 10 \right ) }} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(10^(2+5*x),x)

[Out]

1/5/ln(10)*10^(2+5*x)

_______________________________________________________________________________________

Maxima [A]  time = 0.788224, size = 18, normalized size = 0.95 \[ \frac{10^{5 \, x + 2}}{5 \, \log \left (10\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(10^(5*x + 2),x, algorithm="maxima")

[Out]

1/5*10^(5*x + 2)/log(10)

_______________________________________________________________________________________

Fricas [A]  time = 0.274762, size = 18, normalized size = 0.95 \[ \frac{10^{5 \, x + 2}}{5 \, \log \left (10\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(10^(5*x + 2),x, algorithm="fricas")

[Out]

1/5*10^(5*x + 2)/log(10)

_______________________________________________________________________________________

Sympy [A]  time = 0.151914, size = 10, normalized size = 0.53 \[ \frac{10^{5 x + 2}}{5 \log{\left (10 \right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(10**(2+5*x),x)

[Out]

10**(5*x + 2)/(5*log(10))

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.25859, size = 18, normalized size = 0.95 \[ \frac{10^{5 \, x + 2}}{5 \,{\rm ln}\left (10\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(10^(5*x + 2),x, algorithm="giac")

[Out]

1/5*10^(5*x + 2)/ln(10)